home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 370 b | 16 lines | [TEXT/ttxt] |
- #!/bin/csh
- #
- # build-xlib -- recompile the xlib stuff
- #
- #
- cd $Y2
- setenv CLXFILE /net/haskell/homes/pub/cmu/lib/subsystems/clx-library.sparcf
- setenv LIBRARYBIN $Y2/progs/lib/bin/cmu
- rm $LIBRARYBIN/xlib*.sparcf
- csh -f bin/cmu-haskell <<EOF
- :(setf ext:*bytes-consed-between-gcs* 8000000)
- :(load "\$CLXFILE")
- :(setf *code-quality* 3)
- :compile \$HASKELL_LIBRARY/X11/xlib
- EOF
-